'Declaration
Public Overloads Sub AddTextAnnotationInteractive( _ ByVal Text As String, _ ByVal ForeColor As Integer, _ ByVal FontName As String, _ ByVal FontStyle As FontStyle, _ ByVal FontSize As Single, _ ByVal Fill As Boolean, _ ByVal BorderColor As Integer, _ ByVal BackColor As Integer, _ ByVal Opacity As Single, _ ByVal Rotation As Single _ )
public void AddTextAnnotationInteractive( string Text, int ForeColor, string FontName, FontStyle FontStyle, float FontSize, bool Fill, int BorderColor, int BackColor, float Opacity, float Rotation )
public procedure AddTextAnnotationInteractive( Text: String; ForeColor: Integer; FontName: String; FontStyle: FontStyle; FontSize: Single; Fill: Boolean; BorderColor: Integer; BackColor: Integer; Opacity: Single; Rotation: Single );
public function AddTextAnnotationInteractive( Text : String, ForeColor : int, FontName : String, FontStyle : FontStyle, FontSize : float, Fill : boolean, BorderColor : int, BackColor : int, Opacity : float, Rotation : float );
Parameters
- Text
- ForeColor
- FontName
- FontStyle
- FontSize
- Fill
- BorderColor
- BackColor
- Opacity
- Rotation